home *** CD-ROM | disk | FTP | other *** search
/ All About the French Know-How at E3 2000 (USA) / All About the French Know-How at E3 2000 (USA).bin / Data / 15008 / TheoBr01.cab / _2E49955F000B11D48F08965B7DEAC134 < prev    next >
Text File  |  2000-03-16  |  10KB  |  356 lines

  1. <html>
  2.  
  3. <head>
  4.  
  5. <title>Agenda</title>
  6. <link REL="stylesheet" TYPE="text/css" HREF="Style%20Sheet1.css">
  7. <script ID="clientEventHandlersJS" LANGUAGE="javascript">
  8. <!--
  9. var thistext ="";
  10. var thisinfo = "" ;
  11. function fermer_onclick() {
  12. var Obj;
  13. var strName ;
  14. var strCtl ;
  15. for( i = 0; i< document.all.length; i++)
  16. {
  17.     Obj = document.all(i) ;
  18.     strName = Obj.id ;
  19.     if( strName != "undefined" )
  20.     strCtl = strName.substr(0,4) ;
  21.     if( strCtl == "info" || strCtl == "cont" )
  22.     {
  23.         Obj.style.display = "none" ;
  24.     }
  25. }
  26. }
  27.  
  28. function aggrandir_onclick() {
  29. var Obj;
  30. var strName ;
  31. var strCtl ;
  32. for( i = 0; i< document.all.length; i++)
  33. {
  34.     Obj = document.all(i) ;
  35.     strName = Obj.id ;
  36.     if( strName != "undefined" )
  37.     strCtl = strName.substr(0,4) ;
  38.     if( strCtl == "info")
  39.     {    
  40.         if( Obj.style.display == "block" )
  41.         {    
  42.             thisinfo = strName ;
  43.             Obj.style.display = "none" ;
  44.             Obj.className = "grosseinfo" ;
  45.             
  46.         }
  47.         Obj.style.display = "none" ;
  48.     }
  49.     if( strCtl == "cont")
  50.         Obj.style.display = "none" ;
  51.     if( strCtl == "text")
  52.     {
  53.         
  54.             thistext = strName ;
  55.             Obj.style.display = "none" ;
  56.         
  57.         
  58.     }
  59.                     
  60. }
  61. document.all.item(thisinfo).style.display = "block" ;
  62. controleg.style.display = "block" ;
  63. }
  64.  
  65. function rapetisser_onclick() {
  66. var Obj;
  67. var strName ;
  68. var strCtl ;
  69. for( i = 0; i< document.all.length; i++)
  70. {
  71.     Obj = document.all(i) ;
  72.     strName = Obj.id ;
  73.     if( strName != "undefined" )
  74.     strCtl = strName.substr(0,4) ;
  75.     if( strCtl == "info")
  76.     {    
  77.         if( Obj.style.display == "block" )
  78.         {    
  79.             thisinfo = strName ;
  80.             Obj.style.display = "none" ;
  81.             Obj.className = "infotext" ;
  82.             
  83.         }
  84.         Obj.style.display = "none" ;
  85.     }
  86.     if( strCtl == "cont")
  87.         Obj.style.display = "none" ;
  88.     
  89.                     
  90. }
  91. document.all.item(thisinfo).style.display = "block" ;
  92. document.all.item(thistext).style.display = "block" ;
  93. controle.style.display = "block" ;
  94.  
  95. }
  96.  
  97. function fermerg_onclick() {
  98. var Obj;
  99. var strName ;
  100. var strCtl ;
  101. for( i = 0; i< document.all.length; i++)
  102. {
  103.     Obj = document.all(i) ;
  104.     strName = Obj.id ;
  105.     if( strName != "undefined" )
  106.     strCtl = strName.substr(0,4) ;
  107.     if( strCtl == "info"  )
  108.     {
  109.         Obj.className = "infotext" ;
  110.         Obj.style.display = "none" ;
  111.     }
  112.     if( strCtl == "cont"  )
  113.     {
  114.         Obj.style.display = "none" ;
  115.     }
  116. }
  117. document.all.item(thistext).style.display = "block" ;
  118. }
  119.  
  120. function ASRRec1_SpeechRecognized(phrase,score,action) {
  121.  
  122. if(score < 50)
  123.     return ;
  124. switch(action)
  125. {
  126.  
  127. case 1:
  128.     document.location.href = "pageprinGB.htm"; break ;
  129. case 2:
  130.     document.location.href = "pourfairequoiGB.htm";
  131.     break;
  132. case 3 :
  133.     document.location.href = "quiGB.htm" ;break;
  134. case 4 :
  135.     document.location.href = "contacteGB.htm";break;
  136. case 5:
  137.     document.location.href = "aideGB.htm";break;
  138. case 6:
  139.     document.location.href = "nosGB.htm";break;
  140.  
  141. case 8:
  142.     document.location.href = "revuesGB.htm";break;
  143. case 9:
  144.     document.location.href = "ensavoirGB.htm";break;
  145.  
  146. case 14:
  147.     window.print();break;
  148.  
  149.  
  150. case 29:
  151.     document.location.href = "fabricantsGB.htm" ;break;    
  152. case 100:
  153.     document.location.href = "defaultGB.htm";break;
  154. case 101:
  155.     window.history.back(1);break;
  156. case 102:
  157.     window.history.forward(1);break;
  158.     
  159. case 103 :
  160.     CommandesP.click() ;break;
  161.  
  162. case 104 :
  163.     {
  164.      document.location.href="default1.htm" ; 
  165.      break ;
  166.     }    
  167.  
  168. case 1000:
  169.     window.close();break;
  170.  
  171. }
  172. }
  173.  
  174.  
  175.  
  176.  
  177.  
  178. function window_onload() {
  179.  
  180. }
  181.  
  182. function CommandesP_onclick() {
  183.  info1.style.display="block";
  184. }
  185.  
  186. //-->
  187. </script>
  188. <script LANGUAGE="javascript" FOR="ASRRec1" EVENT="SpeechRecognized(phrase, score, action)">
  189. <!--
  190.  
  191.  ASRRec1_SpeechRecognized(phrase,score,action)
  192. //-->
  193. </script>
  194. </head>
  195.  
  196. <body background="images/recvocgb.gif" style="BACKGROUND-REPEAT: no-repeat" LANGUAGE="javascript" onload="return window_onload()">
  197.  
  198. <img 
  199.      src="images/dummylogo.gif" WIDTH="139" HEIGHT="85" 
  200.       onclick="location.href='defaultGB.htm'"
  201.       style="CURSOR: hand ; POSITION: absolute; LEFT : 620px; TOP : 490px"> 
  202.       
  203.       
  204.       
  205. <OBJECT classid="clsid:80B9E3EF-AD88-11D3-9FEB-D74ABDA2E736" id=ASRRec1 style="BACKGROUND-COLOR: #285098; LEFT: 13px; POSITION: absolute; TOP: 0px; POSITION: ABSOLUTE;" VIEWASTEXT>
  206.     <PARAM NAME="_cx" VALUE="6244">
  207.     <PARAM NAME="_cy" VALUE="2064">
  208.     <PARAM NAME="DatbaseName" VALUE="MyDb">
  209.     <PARAM NAME="ContextName" VALUE="sitegb">
  210.     <PARAM NAME="UserName" VALUE="generic user">
  211.     <PARAM NAME="EnvName" VALUE="Win32"></OBJECT>
  212.  
  213.  
  214.  
  215.     <table ALIGN="left" class="tab1" LANGUAGE="javascript" id="table1">
  216.   <tr>
  217.     <td>
  218.         <img src="images/boutonrecvoc1selgb.gif" border="0" id="IMG1" WIDTH="130" HEIGHT="64"> 
  219.         
  220.     </td>
  221.   </tr>
  222.   <tr>
  223.     <td BACKGROUND="images/boutonfq1rogb.gif" onclick="location.href='pourfairequoiGB.htm'" style="BACKGROUND-REPEAT: no-repeat; CURSOR: hand" onmouseover="IMG2.style.visibility = 'hidden'" onmouseout="IMG2.style.visibility='visible'">
  224.         
  225.         <img src="images/boutonfq1gb.gif" border="0" id="IMG2" WIDTH="130" HEIGHT="56" style = "VISIBILITY : visible" >
  226.     </td>
  227.   </tr>
  228.   <tr>
  229.     <td BACKGROUND="images/boutonqui1rogb.gif" onclick="location.href='quiGB.htm'" style="BACKGROUND-REPEAT:  no-repeat; CURSOR: hand" onmouseover="IMG3.style.visibility = 'hidden'" onmouseout="IMG3.style.visibility='visible'">
  230.     
  231.         <img src="images/boutonqui1gb.gif" border="0" id="IMG3" WIDTH="130" HEIGHT="55" style = "VISIBILITY : visible">    
  232.     </td>
  233.   </tr>
  234.   <tr>
  235.     <td BACKGROUND="images/boutoncontact1rogb.gif" onclick="location.href='contacteGB.htm'" style="BACKGROUND-REPEAT: no-repeat; CURSOR: hand" onmouseover="IMG4.style.visibility = 'hidden'" onmouseout="IMG4.style.visibility='visible'">
  236.     
  237.         <img src="images/boutoncontact1gb.gif" border="0" id="IMG4" WIDTH="130" HEIGHT="54" style = "VISIBILITY : visible" >    
  238.     </td>
  239.   </tr>
  240.   <tr>
  241.     <td BACKGROUND="images/boutonaide1rogb.gif" onclick="location.href='aideGB.htm'" style="BACKGROUND-REPEAT:  no-repeat; CURSOR: hand" onmouseover="IMG5.style.visibility = 'hidden'" onmouseout="IMG5.style.visibility='visible'">
  242.     
  243.         <img src="images/boutonaide1gb.gif" border="0" id="IMG5" WIDTH="130" HEIGHT="56" style = "VISIBILITY : visible">    
  244.     </td>
  245.   </tr>
  246. </table>
  247.  
  248.  
  249.  
  250. <div ID="table2" class="tab2" LANGUAGE="javascript">
  251.  
  252. <table WIDTH="100" ALIGN="left" BORDER="0" cellspacing="10" CELLPADDING="1">
  253.   <tr>
  254.     <td language="javascript" class="nav1" onmouseover="this.bgColor = '#FFA500' " onmouseout="this.bgColor = '#FFFFFF' " onclick="location.href='pageprinGB.htm'" style="CURSOR: hand">
  255.     What is it?
  256.     </td>
  257.   </tr>
  258.   <tr>
  259.     <td language="javascript" class="nav1" onmouseover="this.bgColor = '#FFA500' " onmouseout="this.bgColor = '#FFFFFF' " onclick="location.href='nosGB.htm'" style="CURSOR: hand">
  260.     Our partners
  261.     </td>
  262.   </tr>
  263.   <tr>
  264.     <td language="javascript" class="nav1" onmouseover="this.bgColor = '#FFA500' " onmouseout="this.bgColor = '#FFFFFF' " onclick="location.href='fabricantsGB.htm'" style="CURSOR: hand">
  265.     The manufacturers
  266.     </td>
  267.   </tr>
  268.   <tr>
  269.     <td class="nav1" style="COLOR: orange" bgcolor="blue">Diary </td>
  270.   </tr>
  271.   
  272.   <tr>
  273.     <td language="javascript" class="nav1" onmouseover="this.bgColor = '#FFA500' " onmouseout="this.bgColor = '#FFFFFF' " onclick="location.href='ensavoirGB.htm'" style="CURSOR: hand">
  274.     To find out more
  275.     </td>
  276.   </tr>
  277. </table> 
  278. </div>
  279.  
  280. <img id="aide1" class="aidepic" src="images/aidepic.gif" WIDTH="271" HEIGHT="207"> 
  281. <div id="controle" class="infocontrole" style="DISPLAY: none">
  282.     <table>
  283.     
  284.     <tr>
  285.         <td id="aggrandir" LANGUAGE="javascript" onclick="return aggrandir_onclick()">
  286.             <img src="images/aggrandir.gif" style="BORDER-BOTTOM: black solid 2px; BORDER-LEFT: black solid 2px; BORDER-RIGHT: black solid 2px; BORDER-TOP: black solid 2px" WIDTH="40" HEIGHT="40"> 
  287.         </td>
  288.         <td id="fermer" LANGUAGE="javascript" onclick="return fermer_onclick()">
  289.             <img src="images/fermer.gif" style="BORDER-BOTTOM: black solid 2px; BORDER-LEFT: black solid 2px; BORDER-RIGHT: black solid 2px; BORDER-TOP: black solid 2px" WIDTH="40" HEIGHT="40"> 
  290.         </td></tr>
  291.     </table>
  292. </div>
  293.  
  294. <div id="controleg" class="infocontroleg" style="DISPLAY: none">
  295.     <table>
  296.     
  297.     <tr>
  298.         <td id="rapetisser" LANGUAGE="javascript" onclick="return rapetisser_onclick()">
  299.             <img src="images/rapetisser.gif" style="BORDER-BOTTOM: black solid 2px; BORDER-LEFT: black solid 2px; BORDER-RIGHT: black solid 2px; BORDER-TOP: black solid 2px" WIDTH="40" HEIGHT="40"> 
  300.         </td>
  301.         <td id="fermerg" LANGUAGE="javascript" onclick="return fermerg_onclick()">
  302.             <img src="images/fermer.gif" style="BORDER-BOTTOM: black solid 2px; BORDER-LEFT: black solid 2px; BORDER-RIGHT: black solid 2px; BORDER-TOP: black solid 2px" WIDTH="40" HEIGHT="40"> 
  303.         </td></tr>
  304.     </table>
  305. </div>
  306.  
  307.  
  308. <div id="text1" class="defaulttext">
  309.  
  310. <h3> Where to meet us this year?</h3>
  311. <ul>
  312.     
  313.     <p></p>
  314.     <li>
  315.     The IT Forum : Porte de Versailles, Paris, 28<SUP>th</SUP> to 30<SUP>th</SUP> March.
  316.     </li>
  317.     <p></p>
  318.     <li>
  319.     E3 : Los Angeles, 11<SUP>th</SUP> to 13<SUP>th</SUP> May.
  320.     </li>
  321.     <p></P>
  322.     <li>
  323.     Frankurt...
  324.     </li>
  325. </ul> 
  326.  
  327. </div>
  328.  
  329.  
  330.  
  331. <span id="CommandesP" language="javascript" class="liencom" ondblclick="fermer_onclick()" onclick="return CommandesP_onclick()">
  332.  
  333. </span>
  334. <div id="info1" class="infotext" style="DISPLAY: none; FONT-SIZE: 9pt" ondblclick="fermer_onclick()"> 
  335. what's it for? <br>
  336. who are we? <br>
  337. contact <br>
  338. contact us <br>
  339. help <br>
  340. home<br>
  341. last<br>last screen<br> 
  342. back<br>
  343. next<br>next screen<br>
  344.  
  345. partners<br>
  346. our partners <br>
  347. revues <br>
  348. to find out more <br>
  349. what can i say? <br>
  350. quit <br>
  351. close <br>
  352. french <br>
  353. </div>  
  354. </body>
  355. </html>
  356.